Package com. jeovanimartinez. androidutils. views. viewtoimage. config
Types
Link copied to clipboard
Sets the mode to exclude a child view when converting a view group to an image.
Link copied to clipboard
data class ExcludeView( val view: View, val mode: ExcludeMode = ExcludeMode.HIDE, val includeMargin: Boolean = false)
Content copied to clipboard
Allows to define the configuration to exclude a children view when converting a view to an image.